[]
        
(Showing Draft Content)

C1.DataCollection.C1DynamicList-1.Remove

Remove Method

Remove(object?)

Declaration
public void Remove(object? value)
Public Sub Remove(value As Object)
Parameters
Type Name Description
object value
Implements

Remove(T?)

Declaration
public bool Remove(T? item)
Public Function Remove(item As T) As Boolean
Parameters
Type Name Description
T item
Returns
Type Description
bool
Implements